python input string

27

name = input("What's your name? ")
print("Hello, " + name + "!")

Comments

Submit
0 Comments